home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 38
/
Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso
/
Aminet
/
misc
/
math
/
libalgo.lha
/
algomath
/
src
/
defs.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-05-30
|
274 b
|
16 lines
/*Algomath defs.h include file for internal resources v1.05*/
#include <stdlib.h>
#include <math.h>
#ifndef AM_DEFS
#define AM_DEFS
#include "algomath.h"
int *_getPrimes(int);
extern int *_am_pp_init;
extern int *_am_primearray_init;
extern int _am_asciiconv[];
#endif